From 7339f2df8cb0e7390d06a56e15099a19b3ba0cf0 Mon Sep 17 00:00:00 2001 From: Boyuan Yang Date: Thu, 20 Sep 2018 15:07:24 -0400 Subject: [PATCH] debian/rules: Avoid explicit invocation to dpkg-architecture. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 74e90a3..6563bbb 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed # missing (hardening) flags. CFLAGS += $(CPPFLAGS) -DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) +include /usr/share/dpkg/architecture.mk %: dh $@ --buildsystem=cmake -- 2.30.2